home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / pictetri.src / pictetri / pictetris-src / utils.h < prev    next >
C/C++ Source or Header  |  1995-12-19  |  848b  |  21 lines

  1. /***************************************************************************\
  2. |*                                       *|
  3. |*  utils.h:    A version of Tetris to run on Linux SVGAlib console.       *|
  4. |*        This module supplies all the function that I will need,    *|
  5. |*        but which are not intrinsically a part of Tetris itself.   *|
  6. |*                                       *|
  7. |*  Authors:    Mike Taylor (mirk@uk.ac.warwick.cs) &               *|
  8. |*        Arturo Espinosa (arturo@nuclecu.unam.mx)           *|
  9. |*  Started:    Fri May 26 12:26:05 BST 1989 (tetris for terminals)       *|
  10. |*            Dic 1, 1995 (pictetris)                       *|
  11. |*                                       *|
  12. \***************************************************************************/
  13.  
  14. extern char *basename ();
  15. extern char *form ();
  16. extern void die ();
  17. extern void get_termcap ();
  18. extern void flush_keyboard ();
  19.  
  20. /*-------------------------------------------------------------------------*/
  21.